Skip to content

docs: align Flutter native dependency versions for CNAME updates#73

Open
denischilik wants to merge 1 commit into
mainfrom
feat/flutter-rokt-cname-5-79
Open

docs: align Flutter native dependency versions for CNAME updates#73
denischilik wants to merge 1 commit into
mainfrom
feat/flutter-rokt-cname-5-79

Conversation

@denischilik
Copy link
Copy Markdown
Contributor

Summary

  • pin Android native dependencies to com.mparticle:android-core:5.79.0 and com.mparticle:android-rokt-kit:5.79.0 in plugin/example Gradle configs and setup docs
  • bump iOS podspec dependency guidance to mParticle-Apple-SDK ~> 9.2
  • add native CNAME initialization examples in README for Android (NetworkOptions.withNetworkOptions) and iOS (MPNetworkOptions.customBaseURL)

Test plan

  • Documentation-only verification: review README.md, CHANGELOG.md, and ios/mparticle_flutter_sdk.podspec for version consistency
  • Android build smoke check in example app with pinned dependency versions
  • iOS pod install smoke check with mParticle-Apple-SDK ~> 9.2

Pin Android mParticle/Rokt dependencies to 5.79.0 and update iOS pod guidance to 9.2 while documenting native CNAME configuration examples for both platforms.
@cursor
Copy link
Copy Markdown

cursor Bot commented May 14, 2026

PR Summary

Medium Risk
Moderate risk because it bumps/pins underlying native SDK dependency versions, which can affect build resolution and runtime behavior despite being largely documentation/config updates.

Overview
Updates setup guidance and sample code to support CNAME routing by configuring a custom base URL (NetworkOptions.withNetworkOptions(...) on Android and MPNetworkOptions.customBaseURL on iOS).

Pins Android Gradle dependencies to com.mparticle:android-core:5.79.0 (and android-rokt-kit:5.79.0 in the example/docs) and bumps the iOS CocoaPods dependency in mparticle_flutter_sdk.podspec from mParticle-Apple-SDK ~> 9.1 to ~> 9.2, with matching CHANGELOG entries.

Reviewed by Cursor Bugbot for commit 0d7ef3a. Bugbot is set up for automated code reviews on this repo. Configure here.

@denischilik denischilik requested a review from thomson-t May 14, 2026 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant